-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update skills-extra.txt #634
Conversation
WalkthroughThe changes in this pull request involve the addition of a new dependency to the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (2)requirements/skills-extra.txt (2)
The version constraint
Let's verify the package information and ensure we're not too far behind the latest version. ✅ Verification successfulPackage version is up-to-date and secure The specified version constraint
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify package information and latest version
# Check if package exists and get latest version
curl -s "https://pypi.org/pypi/ovos-skill-icanhazdadjokes/json" | jq -r '.info | "Latest version: " + .version + "\nAuthor: " + .author + "\nDescription: " + .summary'
# Check for any security advisories
gh api graphql -f query='
{
securityVulnerabilities(first: 5, ecosystem: PIP, package: "ovos-skill-icanhazdadjokes") {
nodes {
advisory {
summary
severity
publishedAt
}
vulnerableVersionRange
}
}
}'
Length of output: 551 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #634 +/- ##
==========================================
- Coverage 75.33% 72.39% -2.95%
==========================================
Files 15 15
Lines 3094 1583 -1511
==========================================
- Hits 2331 1146 -1185
+ Misses 763 437 -326
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Summary by CodeRabbit
ovos-skill-icanhazdadjokes
(version >=0.3.1, <1.0.0).